Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. design guide
    Log in to post

    • L

      Design Files
      Expansion Board • expansion board wipy3.0 design guide • • ldbm  

      2
      0
      Votes
      2
      Posts
      455
      Views

      dan

      @ldbm we don't publish schematics of our products, sorry.
    • M

      Detect board type or availble services?
      Discussion • lopy sipy design guide • • misterlisty  

      6
      0
      Votes
      6
      Posts
      1590
      Views

      robert-hh

      @misterlisty Micropython uses the prefix u for its modules to indicate, that it may be a subset of what you have in CPython. For compatibility, the names without u are also provided. So, the genric name in MicroiPyhton is uos.uname, while os.uname is also possible. Likewise, you can write import uos or import os There are some deviations from that simple rule. Like in CPython, you can use _io, whereas in Micropython it's called uio (not u_io), and _io is not known. Also, why some modules have a non-u alias and others not is unclear. You could change that easily in mpconfigport.h of the respective port.
    • M

      PIn usage for Lopy and FLopy design
      Discussion • lopy lopy4 design guide flopy • • misterlisty  

      1
      0
      Votes
      1
      Posts
      700
      Views

      No one has replied

    • M

      Over the air updates?
      Discussion • design guide • • misterlisty  

      2
      0
      Votes
      2
      Posts
      794
      Views

      livius

      @misterlisty look here https://forum.pycom.io/topic/518/ota-or-not-ota-that-is-the-question/80
    • M

      Sigfox and Lora functionality..
      Discussion • design guide • • misterlisty  

      2
      0
      Votes
      2
      Posts
      719
      Views

      livius

      @misterlisty No, in ESP32 there is only built in Wifi and BT. For lora there is another chip SX1272. In lopy4 there is new one SX1276 which support both lora and sigfox. Sources are on the github https://github.com/pycom
    • M

      RGB
      Guides • design guide • • misterlisty  

      4
      -1
      Votes
      4
      Posts
      1541
      Views

      seb

      If you have a look at our halloween pumpkin project on hackster https://www.hackster.io/user83346052/raw-lora-communication-with-pumpkins-f02630 you can see that you can get a lot more than 2 RGB LEDs working if you need to
    • M

      We are devloping a board ..pinouts.
      Discussion • design guide • • misterlisty  

      9
      0
      Votes
      9
      Posts
      1943
      Views

      seb

      Both of these have been rectified. The LoPy4 now actually has both antenna ports and all pinouts now show that 3v3 is output only
    • M

      Ununsed pins
      Discussion • design guide commercial • • misterlisty  

      2
      0
      Votes
      2
      Posts
      846
      Views

      X

      All regular pins default to input with pulldown enabled, so you can tie them to ground or leave them unconnected.
    • I

      Design guide with schematics and footprint
      SiPy • schematics design guide details sipy de footprint • • IvanCg  

      1
      0
      Votes
      1
      Posts
      917
      Views

      No one has replied

    • 1 / 1